home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmigaPlus / Tools / Development / stunnel-4.04 / _src / Makefile.in < prev   
Encoding:
Makefile  |  2003-01-12  |  11.3 KB  |  378 lines

  1. # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7.  
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12.  
  13.  
  14. SHELL = @SHELL@
  15.  
  16. srcdir = @srcdir@
  17. top_srcdir = @top_srcdir@
  18. VPATH = @srcdir@
  19. prefix = @prefix@
  20. exec_prefix = @exec_prefix@
  21.  
  22. bindir = @bindir@
  23. sbindir = @sbindir@
  24. libexecdir = @libexecdir@
  25. datadir = @datadir@
  26. sysconfdir = @sysconfdir@
  27. sharedstatedir = @sharedstatedir@
  28. localstatedir = @localstatedir@
  29. libdir = @libdir@
  30. infodir = @infodir@
  31. mandir = @mandir@
  32. includedir = @includedir@
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/@PACKAGE@
  38. pkglibdir = $(libdir)/@PACKAGE@
  39. pkgincludedir = $(includedir)/@PACKAGE@
  40.  
  41. top_builddir = .
  42.  
  43. ACLOCAL = @ACLOCAL@
  44. AUTOCONF = @AUTOCONF@
  45. AUTOMAKE = @AUTOMAKE@
  46. AUTOHEADER = @AUTOHEADER@
  47.  
  48. INSTALL = @INSTALL@
  49. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = @INSTALL_DATA@
  51. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  52. transform = @program_transform_name@
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = @host_alias@
  61. host_triplet = @host@
  62. AS = @AS@
  63. CC = @CC@
  64. DLLTOOL = @DLLTOOL@
  65. ECHO = @ECHO@
  66. EXEEXT = @EXEEXT@
  67. LIBTOOL = @LIBTOOL@
  68. LN_S = @LN_S@
  69. MAKEINFO = @MAKEINFO@
  70. OBJDUMP = @OBJDUMP@
  71. OBJEXT = @OBJEXT@
  72. PACKAGE = @PACKAGE@
  73. RANDOM_FILE = @RANDOM_FILE@
  74. RANLIB = @RANLIB@
  75. STRIP = @STRIP@
  76. USE_DH = @USE_DH@
  77. VERSION = @VERSION@
  78. host = @host@
  79. ssldir = @ssldir@
  80.  
  81. SUBDIRS = src doc tools
  82.  
  83. # extra_src = src/gui.c src/resources.rc src/stunnel.ico src/stunnel.exe
  84. # extra_doc = doc/stunnel.pod doc/stunnel.8 doc/stunnel.html doc/en doc/pl
  85. # extra_tools = tools/ca.html tools/ca.pl tools/importCA.html tools/importCA.sh \
  86. #     tools/stunnel.spec tools/make.bat tools/stunnel.mak tools/stunnel.cnf
  87. # EXTRA_DIST = auto PORTS $(extra_src) $(extra_doc) $(extra_tools)
  88.  
  89. EXTRA_DIST = auto PORTS BUGS COPYRIGHT.GPL CREDITS INSTALL.W32
  90.  
  91. docdir = $(datadir)/doc/stunnel
  92. doc_DATA = AUTHORS BUGS ChangeLog COPYING COPYRIGHT.GPL CREDITS     INSTALL INSTALL.W32 NEWS PORTS README TODO
  93.  
  94. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  95. mkinstalldirs = $(SHELL) $(top_srcdir)/auto/mkinstalldirs
  96. CONFIG_CLEAN_FILES = 
  97. DATA =  $(doc_DATA)
  98.  
  99. DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
  100. Makefile.in NEWS TODO aclocal.m4 configure configure.ac
  101.  
  102.  
  103. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  104.  
  105. TAR = tar
  106. GZIP_ENV = --best
  107. all: all-redirect
  108. .SUFFIXES:
  109. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
  110.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
  111.  
  112. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  113.     cd $(top_builddir) \
  114.       && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  115.  
  116. $(ACLOCAL_M4):  configure.ac 
  117.     cd $(srcdir) && $(ACLOCAL)
  118.  
  119. config.status: $(srcdir)/configure.ac $(CONFIG_STATUS_DEPENDENCIES)
  120.     $(SHELL) ./config.status --recheck
  121. $(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  122.     cd $(srcdir) && $(AUTOCONF)
  123.  
  124. install-docDATA: $(doc_DATA)
  125.     @$(NORMAL_INSTALL)
  126.     $(mkinstalldirs) $(DESTDIR)$(docdir)
  127.     @list='$(doc_DATA)'; for p in $$list; do \
  128.       if test -f $(srcdir)/$$p; then \
  129.         echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p"; \
  130.         $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(docdir)/$$p; \
  131.       else if test -f $$p; then \
  132.         echo " $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p"; \
  133.         $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \
  134.       fi; fi; \
  135.     done
  136.  
  137. uninstall-docDATA:
  138.     @$(NORMAL_UNINSTALL)
  139.     list='$(doc_DATA)'; for p in $$list; do \
  140.       rm -f $(DESTDIR)$(docdir)/$$p; \
  141.     done
  142.  
  143. # This directory's subdirectories are mostly independent; you can cd
  144. # into them and run `make' without going through this Makefile.
  145. # To change the values of `make' variables: instead of editing Makefiles,
  146. # (1) if the variable is set in `config.status', edit `config.status'
  147. #     (which will cause the Makefiles to be regenerated when you run `make');
  148. # (2) otherwise, pass the desired values on the `make' command line.
  149.  
  150. @SET_MAKE@
  151.  
  152. all-recursive install-data-recursive install-exec-recursive \
  153. installdirs-recursive install-recursive uninstall-recursive  \
  154. check-recursive installcheck-recursive info-recursive dvi-recursive:
  155.     @set fnord $(MAKEFLAGS); amf=$$2; \
  156.     dot_seen=no; \
  157.     target=`echo $@ | sed s/-recursive//`; \
  158.     list='$(SUBDIRS)'; for subdir in $$list; do \
  159.       echo "Making $$target in $$subdir"; \
  160.       if test "$$subdir" = "."; then \
  161.         dot_seen=yes; \
  162.         local_target="$$target-am"; \
  163.       else \
  164.         local_target="$$target"; \
  165.       fi; \
  166.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  167.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  168.     done; \
  169.     if test "$$dot_seen" = "no"; then \
  170.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  171.     fi; test -z "$$fail"
  172.  
  173. mostlyclean-recursive clean-recursive distclean-recursive \
  174. maintainer-clean-recursive:
  175.     @set fnord $(MAKEFLAGS); amf=$$2; \
  176.     dot_seen=no; \
  177.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  178.       rev="$$subdir $$rev"; \
  179.       test "$$subdir" = "." && dot_seen=yes; \
  180.     done; \
  181.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  182.     target=`echo $@ | sed s/-recursive//`; \
  183.     for subdir in $$rev; do \
  184.       echo "Making $$target in $$subdir"; \
  185.       if test "$$subdir" = "."; then \
  186.         local_target="$$target-am"; \
  187.       else \
  188.         local_target="$$target"; \
  189.       fi; \
  190.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  191.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  192.     done && test -z "$$fail"
  193. tags-recursive:
  194.     list='$(SUBDIRS)'; for subdir in $$list; do \
  195.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  196.     done
  197.  
  198. tags: TAGS
  199.  
  200. ID: $(HEADERS) $(SOURCES) $(LISP)
  201.     list='$(SOURCES) $(HEADERS)'; \
  202.     unique=`for i in $$list; do echo $$i; done | \
  203.       awk '    { files[$$0] = 1; } \
  204.            END { for (i in files) print i; }'`; \
  205.     here=`pwd` && cd $(srcdir) \
  206.       && mkid -f$$here/ID $$unique $(LISP)
  207.  
  208. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  209.     tags=; \
  210.     here=`pwd`; \
  211.     list='$(SUBDIRS)'; for subdir in $$list; do \
  212.    if test "$$subdir" = .; then :; else \
  213.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  214.    fi; \
  215.     done; \
  216.     list='$(SOURCES) $(HEADERS)'; \
  217.     unique=`for i in $$list; do echo $$i; done | \
  218.       awk '    { files[$$0] = 1; } \
  219.            END { for (i in files) print i; }'`; \
  220.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  221.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  222.  
  223. mostlyclean-tags:
  224.  
  225. clean-tags:
  226.  
  227. distclean-tags:
  228.     -rm -f TAGS ID
  229.  
  230. maintainer-clean-tags:
  231.  
  232. distdir = $(PACKAGE)-$(VERSION)
  233. top_distdir = $(distdir)
  234.  
  235. # This target untars the dist file and tries a VPATH configuration.  Then
  236. # it guarantees that the distribution is self-contained by making another
  237. # tarfile.
  238. distcheck: dist
  239.     -rm -rf $(distdir)
  240.     GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  241.     mkdir $(distdir)/=build
  242.     mkdir $(distdir)/=inst
  243.     dc_install_base=`cd $(distdir)/=inst && pwd`; \
  244.     cd $(distdir)/=build \
  245.       && ../configure --srcdir=.. --prefix=$$dc_install_base \
  246.       && $(MAKE) $(AM_MAKEFLAGS) \
  247.       && $(MAKE) $(AM_MAKEFLAGS) dvi \
  248.       && $(MAKE) $(AM_MAKEFLAGS) check \
  249.       && $(MAKE) $(AM_MAKEFLAGS) install \
  250.       && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  251.       && $(MAKE) $(AM_MAKEFLAGS) dist
  252.     -rm -rf $(distdir)
  253.     @banner="$(distdir).tar.gz is ready for distribution"; \
  254.     dashes=`echo "$$banner" | sed s/./=/g`; \
  255.     echo "$$dashes"; \
  256.     echo "$$banner"; \
  257.     echo "$$dashes"
  258. dist: distdir
  259.     -chmod -R a+r $(distdir)
  260.     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  261.     -rm -rf $(distdir)
  262. dist-all: distdir
  263.     -chmod -R a+r $(distdir)
  264.     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  265.     -rm -rf $(distdir)
  266. distdir: $(DISTFILES)
  267.     -rm -rf $(distdir)
  268.     mkdir $(distdir)
  269.     -chmod 777 $(distdir)
  270.     @for file in $(DISTFILES); do \
  271.       d=$(srcdir); \
  272.       if test -d $$d/$$file; then \
  273.         cp -pr $$d/$$file $(distdir)/$$file; \
  274.       else \
  275.         test -f $(distdir)/$$file \
  276.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  277.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  278.       fi; \
  279.     done
  280.     for subdir in $(SUBDIRS); do \
  281.       if test "$$subdir" = .; then :; else \
  282.         test -d $(distdir)/$$subdir \
  283.         || mkdir $(distdir)/$$subdir \
  284.         || exit 1; \
  285.         chmod 777 $(distdir)/$$subdir; \
  286.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
  287.           || exit 1; \
  288.       fi; \
  289.     done
  290. info-am:
  291. info: info-recursive
  292. dvi-am:
  293. dvi: dvi-recursive
  294. check-am: all-am
  295. check: check-recursive
  296. installcheck-am:
  297. installcheck: installcheck-recursive
  298. install-exec-am:
  299. install-exec: install-exec-recursive
  300.  
  301. install-data-am: install-docDATA
  302. install-data: install-data-recursive
  303.  
  304. install-am: all-am
  305.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  306. install: install-recursive
  307. uninstall-am: uninstall-docDATA
  308. uninstall: uninstall-recursive
  309. all-am: Makefile $(DATA)
  310. all-redirect: all-recursive
  311. install-strip:
  312.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  313. installdirs: installdirs-recursive
  314. installdirs-am:
  315.     $(mkinstalldirs)  $(DESTDIR)$(docdir)
  316.  
  317.  
  318. mostlyclean-generic:
  319.  
  320. clean-generic:
  321.  
  322. distclean-generic:
  323.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  324.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  325.  
  326. maintainer-clean-generic:
  327. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  328.  
  329. mostlyclean: mostlyclean-recursive
  330.  
  331. clean-am:  clean-tags clean-generic mostlyclean-am
  332.  
  333. clean: clean-recursive
  334.  
  335. distclean-am:  distclean-tags distclean-generic clean-am distclean-local
  336.     -rm -f libtool
  337.  
  338. distclean: distclean-recursive
  339.     -rm -f config.status
  340.  
  341. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  342.         distclean-am
  343.     @echo "This command is intended for maintainers to use;"
  344.     @echo "it deletes files that may require special tools to rebuild."
  345.  
  346. maintainer-clean: maintainer-clean-recursive
  347.     -rm -f config.status
  348.  
  349. .PHONY: uninstall-docDATA install-docDATA install-data-recursive \
  350. uninstall-data-recursive install-exec-recursive \
  351. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  352. all-recursive check-recursive installcheck-recursive info-recursive \
  353. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  354. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  355. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  356. dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
  357. install-exec install-data-am install-data install-am install \
  358. uninstall-am uninstall all-redirect all-am all installdirs-am \
  359. installdirs mostlyclean-generic distclean-generic clean-generic \
  360. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  361.  
  362.  
  363. distclean-local:
  364.     rm -rf autom4te.cache
  365.  
  366. cert:
  367.     (cd tools; rm -f stunnel.pem; $(MAKE) stunnel.pem)
  368.  
  369. sign: dist
  370.     mv -f $(distdir).tar.gz ../dist
  371.     cp -f src/stunnel.exe ../dist/$(distdir).exe
  372.     gpg --yes --armor --detach-sign --force-v3-sigs ../dist/$(distdir).tar.gz
  373.     gpg --yes --armor --detach-sign --force-v3-sigs ../dist/$(distdir).exe
  374.  
  375. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  376. # Otherwise a system limit (for SysV at least) may be exceeded.
  377. .NOEXPORT:
  378.